Xbasic

Trace Functions

Description

Alpha Anywhere provides the following trace functions.

Name
Description
A5_IS_TRACE_WINDOW_OPEN Function

The A5_IS_TRACE_WINDOW_OPEN() function indicates whether the Trace window is open.

A5_TOGGLE_TRACE_WINDOW Function

The A5_TOGGLE_TRACE_WINDOW() function opens the Trace window if it is closed, and closes it if it is open.

TRACE Function

Print a value in the trace window, on the same line.

TRACELN Function

Print a value in the trace window, value is printed on its own line.

See Also